home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / MESA / EXAMPLES / SRC / FEED / FEED.DEF < prev    next >
Encoding:
Text File  |  1994-12-23  |  385 b   |  19 lines  |  [TEXT/hscd]

  1. ;******* TEMPLATE  C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;  Copyright 1991 IBM Corporation
  6. ;
  7. NAME    feed 
  8.  
  9. DESCRIPTION 'Simple Feed Example'
  10.  
  11. CODE    MOVEABLE
  12. DATA    MOVEABLE MULTIPLE
  13.  
  14. HEAPSIZE  65536
  15. STACKSIZE 65536
  16.  
  17. IMPORTS
  18.         MESAFEED.setRTFValue        
  19.